home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / include / pragmas / svoperators_pragmas.h < prev   
C/C++ Source or Header  |  1995-03-09  |  434b  |  14 lines

  1. /* pragmas/svoperators.h            */
  2. /* Version    : 9.1                 */
  3. /* Date       : 24.09.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SVOPERATORS_H
  7. #define PRAGMAS_SVOPERATORS_H
  8.  
  9. #pragma libcall SVOperatorBase SVP_AllocHandle      1e 901
  10. #pragma libcall SVOperatorBase SVP_FreeHandle       24 901
  11. #pragma libcall SVOperatorBase SVP_DoOperation      2a 1ba904
  12.  
  13. #endif /* PRAGMAS_SVOPERATORS_H */
  14.